Skip to content

Conversation

@sohaibiftikhar
Copy link
Member

See discussion on #169061

@llvmbot
Copy link
Member

llvmbot commented Dec 4, 2025

@llvm/pr-subscribers-mlir

Author: Sohaib Iftikhar (sohaibiftikhar)

Changes

See discussion on #169061


Full diff: https://github.com/llvm/llvm-project/pull/170659.diff

1 Files Affected:

  • (modified) mlir/test/Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir (+1)
diff --git a/mlir/test/Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir b/mlir/test/Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir
index a016a60022699..c3dd35bf905db 100644
--- a/mlir/test/Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir
+++ b/mlir/test/Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir
@@ -44,6 +44,7 @@ func.func @main() {
   gpu.host_register %2 : memref<*xf64>
   gpu.host_register %20 : memref<*xf64>
   gpu.host_register %33 : memref<*xf64>
+  gpu.host_register %34 : memref<*xf64>
 
   gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %c1, %grid_y = %c1, %grid_z = %c1)
              threads(%tx, %ty, %tz) in (%block_x = %c32, %block_y = %c1, %block_z = %c1) {

@llvmbot
Copy link
Member

llvmbot commented Dec 4, 2025

@llvm/pr-subscribers-mlir-gpu

Author: Sohaib Iftikhar (sohaibiftikhar)

Changes

See discussion on #169061


Full diff: https://github.com/llvm/llvm-project/pull/170659.diff

1 Files Affected:

  • (modified) mlir/test/Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir (+1)
diff --git a/mlir/test/Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir b/mlir/test/Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir
index a016a60022699..c3dd35bf905db 100644
--- a/mlir/test/Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir
+++ b/mlir/test/Integration/GPU/CUDA/TensorCore/sm80/wmma-matmul-f64.mlir
@@ -44,6 +44,7 @@ func.func @main() {
   gpu.host_register %2 : memref<*xf64>
   gpu.host_register %20 : memref<*xf64>
   gpu.host_register %33 : memref<*xf64>
+  gpu.host_register %34 : memref<*xf64>
 
   gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %c1, %grid_y = %c1, %grid_z = %c1)
              threads(%tx, %ty, %tz) in (%block_x = %c32, %block_y = %c1, %block_z = %c1) {

Copy link
Contributor

@fabianmcg fabianmcg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@sohaibiftikhar sohaibiftikhar enabled auto-merge (squash) December 4, 2025 13:32
@sohaibiftikhar sohaibiftikhar enabled auto-merge (squash) December 4, 2025 13:32
@sohaibiftikhar sohaibiftikhar merged commit b31a398 into llvm:main Dec 4, 2025
13 checks passed
@sohaibiftikhar sohaibiftikhar deleted the r169061 branch December 4, 2025 13:37
kcloudy0717 pushed a commit to kcloudy0717/llvm-project that referenced this pull request Dec 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants